home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / recent / warpup1.lha / WarpUP-WarpOS / Source / exceptions / fpun.p < prev    next >
Text File  |  1997-06-22  |  372b  |  27 lines

  1.         incdir  include:
  2.         incdir  lvo:
  3.  
  4.         include powerpc/ppcmacros.i
  5.         include powerpc/powerpc.i
  6.  
  7.         include powerpc_lib.i
  8.  
  9.         xref    _PowerPCBase
  10.         xref    _LinkerDB
  11.         executable
  12.         oea
  13.         version 8
  14.  
  15. start
  16.         prolog  1024
  17.         CALLPOWERPC     Super
  18.         mfmsr   r0
  19.         liw     r5,$ffffdfff
  20.         and     r0,r0,r5
  21.         mtmsr   r0
  22.         fmr     f1,f0
  23.         mr      r4,r3
  24.         CALLPOWERPC     User
  25.         epilog
  26.  
  27.